Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Node / ReticulumProjects / MeshChatX.git / files / meshchatx / src / frontend / js / registries / corePostInstallPromptEntries.js

Displaying Raw • Download


meshchatx/src/frontend/js/registries/corePostInstallPromptEntries.js f736fe3fb0c7c907f1529b1ec072b76a5ccdd760 (f736fe3f) Text, 633 B

T8b949e// SPDX-License-Identifier: 0BSD

T8b949e/**
* Core post-install / existing-user prompts.
*
* To re-prompt users who already dismissed a prompt, bump `revision`.
* Add entries here and register them via registerCoreContributions.
*
* @type {import('./postInstallPromptRegistry.js').PostInstallPromptEntry[]}
*/
Tff7b72export Tff7b72const Te6edf3CORE_POST_INSTALL_PROMPT_ENTRIES Tff7b72= Tb4b4b4[
T8b949e// Example:
T8b949e// {
T8b949e// id: "example_notice",
T8b949e// revision: 1,
T8b949e// priority: 10,
T8b949e// titleKey: "post_install.example_title",
T8b949e// descriptionKey: "post_install.example_desc",
T8b949e// primaryLabelKey: "common.got_it",
T8b949e// },
Tb4b4b4]Tb4b4b4;


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────